HOME |  BACK |  NEXT |  _  WORDLIST |  TOPICS |  _  AUTHORS |  E-MAIL |  _  INDEX | -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

WWWE LogoTopic:

<UL> ... </UL> Unordered list style

Definition:

An HTML list style that produces bulleted lists of items.

Attributes:

COMPACT:

If present, COMPACT instructs the browser to render this list with only a minimal amount of leading between the lines (this reduces the amount of white space, and makes the listing more compact).

Context:

<UL> ... </UL> is legal within:
<BLOCKQUOTE> <BODY> <DD> <FORM> <LI>

The only markup that can be used within <UL> ... </UL> is <LI>.

Suggested style/usage:

To create bulleted lists of items where their order is not important, or where sequence does not apply.

Example:

<UL>
<LI>Bread
<LI>Milk
<LI>Peanut Butter
<LI>Lunch Meat
</UL>

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

E-Mail: The World Wide Web Encyclopedia at wwwe@tab.com
E-Mail: Charles River Media at chrivmedia@aol.com
Copyright 1996 Charles River Media. All rights reserved.
Text - Copyright © 1995, 1996 - James Michael Stewart & Ed Tittel.
Web Layout - Copyright © 1995, 1996 - LANWrights & IMPACT Online.
Revised -- February 20th, 1996